home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / scriptdef / Textual Tooltip.sd < prev    next >
INI File  |  2006-09-13  |  3KB  |  111 lines

  1. [SUBJECT]
  2. Description=Textual Tooltip Script
  3. ImageIndex=-1
  4. Folder=Tools
  5.  
  6.  
  7. [HEAD_TEXT]
  8. ;
  9. ;<script>
  10. ;<!--
  11. ;
  12. ;/*
  13. ;Textual Tooltip Script-
  14. ;⌐ Dynamic Drive (www.dynamicdrive.com)
  15. ;For full source code, installation instructions,
  16. ;100's more DHTML scripts, and Terms Of
  17. ;Use, visit dynamicdrive.com
  18. ;*/
  19. ;
  20. ;var content=new Array();
  21. ;//change the array below to the text associated with your links Expand or contract the array, depending on how many links you have
  22. ;content[0]='`content0`';
  23. ;content[1]='`content1`';
  24. ;content[2]='`content2`';
  25. ;
  26. ;function changetext(whichcontent){
  27. ;if (document.all)
  28. ;descriptions.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>';
  29. ;}
  30. ;
  31. ;
  32. ;function reset(){
  33. ;if (!scriptmenu.contains(event.toElement))
  34. ;descriptions.innerHTML=temphtml;
  35. ;}
  36. ;//-->
  37. ;</script>
  38.  
  39.  
  40. [BODY_TEXT]
  41.  
  42. ;<div id="scriptmenu" style="line-height:20px"
  43. ;onMouseout="reset()"><p><strong><font face="Verdana">
  44. ;<a href="`link0`" onMouseover="changetext(content[0])"><small>`caption0`</small></a><br>
  45. ;<a href="`link1`" onMouseover="changetext(content[1])"><small>`caption1`</small></a><br>
  46. ;<a href="`link2`" onMouseover="changetext(content[2])"><small>`caption2`</small></a><br>
  47. ;</font></strong></p>
  48. ;</div>
  49. ;
  50. ;<div id="descriptions" align="left"><strong><font
  51. ;face="Verdana" color="#000000"><p>Welcome to our new look!<br>
  52. ;</font></strong><font face="Verdana"><small>Hope you like the new look for Dynamic Drive.
  53. ;This is the first in a series of steps we're taking to improve our site. In the very near
  54. ;future, you can expect many cool features such as a new forum, newsletter, feedback form,
  55. ;and more, to be introduced. Enjoy!</small><br>
  56. ;</font>
  57. ;</div>
  58. ;<script language="JavaScript1.2">
  59. ;if (document.all)
  60. ;var temphtml=descriptions.innerHTML;
  61. ;</script>
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. [`content0`]
  69. Kind=S
  70. Value=<br><big><b>Menus and navigation systems</b></big><br>Click here for DHTML scripts that help enhance your site\'s navigability, such as collapsible menus, sliding menu bars etc.
  71.  
  72.  
  73. [`content1`]
  74. Kind=S
  75. Value=<br><big><b>Special document effects</b></big><br>With the advent of DHTML, webpages are one step closer to its cousin, TV, in terms of special effects...
  76.  
  77. [`content2`]
  78. Kind=S
  79. Value=<br><big><b>Scrollers</b></big><br>Up until now, adding a scroller or tickertape to your website usually meant using a slow Java applet. Not anymore. Click here for DHTML scrollers that accomplish the same task with minimal download time.
  80.  
  81.  
  82.  
  83. [`caption0`]
  84. Kind=S
  85. Value=Menus and Navigation Systems
  86.  
  87. [`caption1`]
  88. Kind=S
  89. Value=Special document effects
  90.  
  91. [`caption2`]
  92. Kind=S
  93. Value=Scrollers
  94.  
  95.  
  96.  
  97.  
  98. [`link0`]
  99. Kind=U
  100. Value=../dynamicindex0/index.html
  101.  
  102. [`link1`]
  103. Kind=U
  104. Value=../dynamicindex1/index.html
  105.  
  106. [`link2`]
  107. Kind=U
  108. Value=../dynamicindex2/index.html
  109.  
  110.  
  111.